<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 清除内外边距 */
html{ overflow-x: hidden; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 13px/1 '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
    color: #333;
}
button, input[type="submit"], input[type="button"]{
    border: 0;
    cursor: pointer;
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none;color: inherit; }
a:hover { text-decoration: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 浮动/清除浮动 */
.fl{ float: left; }
.fr{ float: right; }
.clearFix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearFix { *zoom:1; }
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    position: relative;
    width: 1366px;
    margin: 0 auto;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.check-language{
    height: 30px;
    line-height: 30px;
    background: #fff;
}
.check-language .checked{
    position: relative;
    width: 140px;
    cursor: pointer;
    color: #d7d7d7;
    background: #515151;
    margin-right: 116px;
}
.check-language .checked &gt; div{
    width: 140px;
    text-align: center;
}
.check-language .checked:hover .language-list{
    display: block;
    width: 230px;
}
.language-list{
    position: absolute;
    display: none;
    top: 30px;
    left: 0;
    right: 30px;
    z-index: 5;
    background: #515151;
}
.language-list &gt; li{
    padding-left: 2em;
}
.language-list &gt; li + li{
    border-top: 1px solid #d7d7d7;
}
.language-list &gt; li:hover{
    background: #f90;
}
.header{
    position: relative;
}
.header-nav{
    position: relative;
    z-index: 3;
    background: #fff;
}
.header-nav.detail{
    background: #f90;
}
.header-nav .logo{
    width: 155px;
    height: 75px;
    margin: 30px 45px 5px 20px;
    font-size: 0;
}
.detail .logo{
    margin-top: 30px;
    margin-bottom: 15px;
}
.logo img{
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}
.detail-nav{
    width: 820px;
    color: #ff9;
    line-height: 28px;
    padding-right: 60px;
}
.detail-nav &gt; li{
    margin-right: 20px;
}
.date-weather{
    position: relative;
    z-index: 3;
    padding: 18.6px 0 45px 0;
    color: #1b1b1b;
    font-weight: 700;
    background: #fff;
}
.date-weather select{
    width: 175px;
    height: 25px;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #868686;
	margin-right:190px;
}
.detail.date-weather{ 
    padding: 25px 0 10px;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    background: none;
}
.strategy.date-weather{
    padding-top: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 50px;
    color: #fff;
    background: none;
}
.strategy.date-weather span{
    font-size: 20px;
}
.strategy.date-weather p{
    line-height: 25px;
    font-size: 14px;
}
.detail-icon{
    margin-top: 25px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffc;
    text-align: center;
}
.detail-icon &gt; p{
    font-size: 14px;
    color: #f90;
    line-height: 25px;
}
.detail-icon &gt; img{
    margin-top: 10px;
}
.nav &gt; li.nav-list{
    position: relative;
}
@keyframes dropdown {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-moz-keyframes dropdown {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-webkit-keyframes dropdown {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@-o-keyframes dropdown {
    from {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
.second-list{
    position: absolute;
    display: none;
    top: 40px;
    width: 180px;
    padding-bottom: 25px;
    background: #fff;
    z-index: 1;
}
.second-list &gt; ul{
    list-style: disc;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 30px;
    color: #6b6b6b;
}
.second-list &gt; ul &gt; li{
    line-height: 40px;
}
.second-list &gt; ul &gt; li &gt; a{
    display: block;
    font-size: 14px;
}
.second-list &gt; ul:hover{
    background: #f90;
    color: #fff;
}
.nav &gt; li.nav-list:hover .second-list{
    display: block;
    -webkit-animation: dropdown .3s ease-in-out;
    -moz-animation: dropdown .3s ease-in-out;
    -ms-animation: dropdown .3s ease-in-out;
    -o-animation: dropdown .3s ease-in-out;
    animation: dropdown .3s ease-in-out;
}
.nav &gt; li.nav-list &gt; a{
    position: relative;
    display: block;
    color: #6b6b6b;
    background: #fff;
    padding: 13px 14px 10px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    z-index: 3;
}
.nav &gt; li.nav-list.active &gt; a{
    color: #1b1b1b;
    border-color: #f90;
}
.nav &gt; li.nav-list:hover &gt; a{
    background: #f90;
    border-color: #f90;
    color: #fff;
}
.nav-btn{
    position: relative;
    width: 80px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    color: #d8d8d8;
    z-index: 3;
    background: #fff;
}
.nav-btn &gt; a{
    display: inline-block;
    color: #f90;
    width: 70px;
    height: 40px;
    line-height: 40px;
}
.nav-btn.login{
    margin-right: 1px;
}
.nav-btn a:hover{
    color: #1b1b1b;
}
.banner {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.banner-image{
    position: relative;
    display: block;
    width: auto;
    height: 550px;
}

.banner &gt; ul {
    display: none;
    height: 550px;
    position: absolute;
    top:0;
    left: 0;
}

.banner &gt; ul &gt; li  {
    float: left;
    height: 550px;
}

.banner &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 550px;
    font-weight: bold;
}
.left-btn,.right-btn {
    display: none;
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;
    background: url("../img/right-1.png");
    cursor: pointer;
}

.left-btn {
    left: 30px;
    background: url("../img/left-1.png");
}
.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list &gt; span  {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
    border: 1px solid transparent;
}

.img-btn-list &gt; span.current {
    background: rgba(255,255,255,0.5);
}
.online-order{
    background: #f90;
    height: 100px;
    color: #fff;
}
.online-content{
    width: 1100px;
    margin: 0 auto;
}
.online-text{
    width: 200px;
    padding: 25px 0;
}
.online-text &gt; h3{
    font-size: 25px;
    font-weight: 400;
}
.online-text &gt; p{
    line-height: 25px;
}
.online-nav{
    line-height: 100px;
    width: 180px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
.online-nav:hover{
    background: #f60;
}
.online-nav &gt; img{
    vertical-align: text-bottom;
    margin-bottom: -4px;
    margin-right: 15px;
    width: 45px;
    height: 50px;
}
.module{
    padding: 20px 0 30px;
}
.module-main{
    width: 1100px;
    margin: 0 auto;
}
.module.bg{
    background: #fc6;
    color: #630;
}
.module.bg .module-title{
    color: #630;
}
.module-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #5e5e5e;
}
.module-content{
    padding: 10px 0;
}
.news-list &gt; li{
    width: 340px;
    padding: 10px;
    background: #fff;
}
.news-list &gt; li + li{
    margin-left: 40px;
}
.news-list .img-row{
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
}
.news-list .img-row &gt; img{
    display: block;
    width: 100%;
    height: 150px;
    cursor: pointer;
}
.news-list .img-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,.65);
}
.info-list{
    line-height: 45px;
    font-size: 14px;
    border-top: 1px solid #d8d8d8;
    cursor: pointer;
}
.info-list &gt; li{
    border-bottom: 1px solid #d8d8d8;
}
.news-footer{
    color: #949494;
    margin-top: 10px;
    line-height: 23px;
}
.news-footer img{
    vertical-align: text-bottom;
    margin-bottom: -1px;
    margin-right: 5px;
}
.news-footer .footer-btn{
    width: 60px;
    border: 1px solid #d7d7d7;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: inherit;
}
.news-footer .footer-btn:hover{
    background: #f90;
    border-color: #f90;
    color: #fff;
}
.img-list &gt; div{
    position: relative;
    width: 245px;
    margin-right: 23px;
    height: 350px;
}
.img-list &gt; div.last-child{
    margin-right: 0;
}
.img-list .row{
    padding: 5px;
}
.img-list div.img-row{
    position: relative;
    height: 165px;
    padding: 5px;
}
.img-list .row,
.img-list div.img-row{
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #d7d7d7;
    cursor: pointer;
}
.img-list .row img,
.img-list div.img-row img{
    display: block;
    width: 100%;
    height: 285px;
}
.img-list div.img-row img{
    height: 155px;
}
div.first{
    margin-bottom: 20px;
}
.img-list .center-box{
    background: #fff;
    width: 270px;
}
.info{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #fff;
    line-height: 30px;
    padding: 0 5px;
    background: rgba(0,0,0,.65);
}
.info .type{
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
}
.type.food{
    background: #f90;
}
.type.shop{
    background: #969;
}
.type.creation{
    background: #0c6;
}
.type.swim{
    background: #06c;
}
.type.stay{
    background: #39f;
}
.row .type.fl{
    margin-right: 13px;
}
.img-row .type.fl{
    margin-right: 10px;
}
.row .info-text{
    width: 180px;
    height: 40px;
    line-height: 20px;
}
.img-row .info-text{
    padding: 0 10px;
}
.img-list .info{
    padding: 0;
    line-height: 40px;
}
.img-list .row .info{
    padding: 5px 0 5px;
    background: #fff;
    color: #000;
}
.recommend{
    text-align: center;
    margin: 40px 0;
}
.recommend-list{
    display: inline-block;
}
.recommend-list &gt; li{
    width: 55px;
    height: 55px;
    background: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.recommend-list &gt; li &gt; div{
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
}
.recommend-list &gt; li:hover{
    background: #f90;
}
.recommend-list &gt; li + li{
    margin-left: 20px;
}
.recommend-list &gt; li.diet &gt; div{
    background-image: url(../img/u364.png);
}
.recommend-list &gt; li.diet:hover &gt; div{
    background-image: url(../img/u369.png);
}
.recommend-list &gt; li.hotel &gt; div{
    background-image: url(../img/u374.png);
}
.recommend-list &gt; li.hotel:hover &gt; div{
    background-image: url(../img/u379.png);
}
.recommend-list &gt; li.vehicle &gt; div{
    background-image: url(../img/u384.png);
}
.recommend-list &gt; li.vehicle:hover &gt; div{
    background-image: url(../img/u389.png);
}
.recommend-list &gt; li.play &gt; div{
    background-image: url(../img/u394.png);
}
.recommend-list &gt; li.play:hover &gt; div{
    background-image: url(../img/u399.png);
}
.recommend-list &gt; li.shop &gt; div{
    background-image: url(../img/u404.png);
}
.recommend-list &gt; li.shop:hover &gt; div{
    background-image: url(../img/u409.png);
}
.recommend-list &gt; li.taste &gt; div{
    background-image: url(../img/u414.png);
}
.recommend-list &gt; li.taste:hover &gt; div{
    background-image: url(../img/u419.png);
}
.img-list-2{
    width: 744px;
    margin-left: 40px;
}
.img-list-2 &gt; div{
    position: relative;
    width: 244px;
    height: 150px;
    padding: 5px;
    background: #fff;
    cursor: pointer;
}
.img-list-2 &gt; div &gt; img{
    width: 234px;
    height: 140px;
}
.margin-r-15{
    margin-right: 6px;
}
.margin-b-15{
    margin-bottom: 6px;
}
.img-list-2 .one{
    width: 418px;
    height: 200px;
}
.img-list-2 .one img{
    width: 408px;
    height: 190px;
}
.img-list-2 .two{
    width: 320px;
    height: 200px;
}
.img-list-2 .two img{
    width: 310px;
    height: 190px;
}
.one, .two{
    margin-bottom: 6px;
}
.survey{
    font-size: 14px;
    line-height: 30px;
}
.survey &gt; .survey-title,
.survey a{
    font-size: 16px;
}
.survey p{
    text-indent: 2em;
}
.online-swim{
    position: relative;
    height: 280px;
    background: url(../img/swim_bg.jpg) no-repeat center bottom;
}
.target-btn{
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: #79bcf8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 35px;
    line-height: 40px;
    cursor: pointer;
}
.target-btn:hover{
    background: #069;
}
.target-btn &gt; div{
    font-size: 28px;
}
.target-btn &gt; p{
    font-size: 18px;
}
.ship-link{
    width: 1100px;
    margin: 0 auto;
    height: 110px;
    padding-top: 20px;
    line-height: 30px;
}
.ship-title{
    font-size: 16px;
    color: #868686;
    margin-right: 30px;
    height: 75px;
    margin-top: 5px;
}
.ship-title img{
    vertical-align: middle;
}
.link-list &gt; li{
    margin-right: 10px;
    color: #6b6b6b;
}
.footer {
    background: #363636;
    color: #c9c9c9;
    padding: 20px 0;
}
.footer-content{
    width: 1100px;
    margin: 0 auto;
}
.footer-nav{
    text-align: center;
    border-bottom: 2px dashed #505050;
    height: 35px;
}
.footer-list{
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
}
.footer-list &gt; li + li{
    margin-left: 35px;
}
.footer-info{
    padding: 30px 0;
}
.qr-weibo{
    height: 110px;
    margin-right: 40px;
}
.qr-weibo &gt; img{
    width: 110px;
    height: 110px;
    margin-right: 20px;
}
.web-btn{
    line-height: 40px;
    width: 117px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    border: none;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    cursor: pointer;
    font-size: 14px;
}
.web-btn img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.web-btn.sina{
    background: #900;
}
.web-btn.sina:hover{
    background: #c00;
}
.web-btn.tx img{
    width: 20px;
    height: 30px;
}
.web-btn.tx{
    background: #09f;
    margin-top: -40px;
}
.web-btn.tx:hover{
    background: #069;
}
.footer-text{
    padding-right: 100px;
    margin-right: 60px;
    border-right: 2px dashed #505050;
}
.footer-text &gt; p + p,
.footer-text2 &gt; p + p{
    margin-top: 18px;
}

.footer-title{
    font-size: 16px;
    color: #e4e4e4;
}
.second-title{
    font-size: 14px;
}
.footer-text2 .footer-title{
    font-weight: 700;
}
.header-banner{
    height: 290px;
    background-repeat: no-repeat;
    background-position: bottom;
}
.header-banner.survey{
    background-image: url(../img/survey_bg.jpg);
}
.header-banner.scenery{
    background-image: url(../img/scenery_bg.png);
}
.header-banner.activities{
    height: 290px;
    background-image: url(../img/activities_bg.jpg);
}
.header-banner.detail{
    height: 60px;
}
.header-banner.video{
    height: 30px;
}
.grid{
    position: static;
    margin: 0 auto;
}
.grid:after {content:"\200B"; display:block; height:0; clear:both; }
.grid { *zoom:1; }
.grid.grid-3{
    left: 15px;
    width: 930px;
}
.grid.grid-4{
    left: 10px;
    width: 1120px;
}
.grid &gt; li{
    float: left;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    padding: 10px;
    margin-bottom: 30px;
}
.grid &gt; li img{
    display: block;
    width: 100%;
    height: 100%;
    /* 可注释背景 */
    background: #434343;
}
.grid.grid-3.video .grid-list-3{
    margin-right: 60px;
}
.grid-list-3{
    width: 280px;
    margin-right: 30px;
}
.grid-list-4{
    width: 260px;
    margin-right: 20px;
}
.grid.grid-3.video{
    width: 960px;
    left: 30px;
}
.grid.grid-3.video .grid-list-3{
    width: 260px;
}
.grid.grid-3.video .grid-list-3 .grid-img{
    width: 240px;
    height: 148px;
}
.grid-list-3 .grid-img{
    width: 260px;
    height: 160px;
}
.grid-list-4 .grid-img{
    width: 240px;
    height: 200px;
}
.grid-list-4.survey .grid-img{
    width: 240px;
    height: 148px;
}
.grid-des{
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #6B6B6B;
}
.grid-des p{
    font-size: 13px;
    line-height: 30px;
    color: #868686;
}
.main{
    margin-left: auto;
    margin-right: auto;
}
.main-900{
    width: 900px;
}
.main-990{
    width: 990px;
}
.main-1100{
    width: 1100px;
}
.survey-main{
    margin-top: 50px;
}
.about-main{
    margin-top: 30px;
}
.main-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
}
.main-title.title-1100{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.main-p{
    text-indent: 2em;
    line-height: 30px;
    font-size: 15px;
}
.grid-head{
    background: #aeaeae;
    height: 51px;
    padding: 25px 0;
    margin: 50px 0 30px;
}
.head-title{
    position: relative;
    height: 0;
    border-top: 1px dashed #fff;
    width: 760px;
    margin: 0 auto;
    color: #fff;
}
.head-title &gt; span{
    position: absolute;
    background: #aeaeae;
    padding: 0 15px;
    width: 94px;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
}
.grid-head.food,
.grid-head.food .head-title &gt; span{
    background: #fc6;
}
.grid-head.stay,
.grid-head.stay .head-title &gt; span{
    background: #74c5c7;
}
.grid-head.tour,
.grid-head.tour .head-title &gt; span{
    background: #74d548;
}
.grid-head.shop,
.grid-head.shop .head-title &gt; span{
    background: #cc6;
}
.grid-head.disport,
.grid-head.disport .head-title &gt; span{
    background: #99f;
}
.grid-head.food .head-title,
.grid-head.stay .head-title,
.grid-head.visit .head-title,
.grid-head.shop .head-title,
.grid-head.disport .head-title{
    color: #fff;
}
hr{
    height: 0;
    border-top: 1px solid #e5e5e5;
}
.link-extension{
    height: 100px;
    background: #f90;
    margin-bottom: 30px;
    line-height: 100px;
    text-align: center;
    color: #fff;
}
.switch-page{
    margin-bottom: 15px;
    font-size: 14px;
}
.switch-link{
    margin-top: 15px;
    font-size: 14px;
}
.position-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 1366px;
    margin: 0 auto;
    z-index: 4;
}
.spots-voice{
    width: 160px;
    line-height: 40px;
    padding-left: 5px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #e4e4e4;
    color: #6b6b6b;
    font-size: 13px;
    font-weight: 100;
    cursor: pointer;
}
.spots-voice &gt; div{
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #bcbcbc;
    padding: 5px 0 5px 4px;
    vertical-align: middle;
    margin-top: -3px;
}
.subtitle{
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
}
.article{
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.article.article-page{
    width: 980px;
    min-height: 1028px;
    padding: 0 30px 40px;
    margin-bottom: 40px;
}
.article.no-shadow{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.article-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
}
.article-info{
    font-size: 14px;
    color: #868686;
    margin-bottom: 30px;
    text-align: center;
}
.article-banner{
    position: relative;
    width: 1100px;
    /*height: 589px;*/
    padding: 20px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}
.article-banner &gt; img{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}
.article-banner-l,.article-banner-r {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 0;
    margin-top: -30px;
    cursor: pointer;
    background: rgba(0,0,0,.7);
    padding-top: 10px;
    text-align: center;
}

.article-banner-l {
    left: 0;
}
.article-tab{
    position: relative;
    z-index: 2;
    border: 5px solid #fff;
    background: #f90;
    color: #fc6;
    padding: 15px;
    margin-top: -60px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}
.tab-list &gt; li{
    margin-top: 5px;
    border-bottom: 4px solid transparent;
    margin-right: 30px;
    line-height: 20px;
    cursor: pointer;
}
.tab-list &gt; li:hover{
    color: #ff0;
}
.tab-list &gt; li.active{
    border-color: #fff;
    color: #fff;
}
.article-icon{
    margin-right: 15px;
}
.article-list{
    margin: 0 auto 30px;
    width: 972px;
}
.article-list &gt; li{
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.article-img{
    float: left;
    width: 160px;
    height: 110px;
    margin-right: 15px;
    background: #434343;
}
.article-list hr{
    margin: 10px 0;
}
.article-grid{
    cursor: pointer;
}
.article-content p{
    color: #6b6b6b;
    line-height: 26px;
    font-weight: 400;
}
.article-li-tit{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}
.article-li-info{
    line-height: 24px;
    color: #868686;
}
.article-li-info .article-type{
    display: inline-block;
    padding: 0 5px;
    background: #bcbcbc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 20px;
    color: #fff;
}
.article-li-info a{
    color: #333;
}
.article &gt; p{
    text-indent: 2em;
    margin-bottom: 30px;
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    line-height: 30px;
}
.strategy-text{
    margin-bottom: 30px;
    font-size: 16px;
    color: #515151;
    font-weight: 400;
}
.about-nav{
    margin-top: 30px;
    line-height: 60px;
    background: #bcbcbc;
    text-align: center;
}
.about-list{
    width: 991px;
    margin: 0 auto;
    line-height: 60px;
    border-left: 1px solid #fff;
}
.about-list &gt; li{
    width: 330px;
    border-right: 1px solid #fff;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
}
.about-list &gt; li &gt; a{
    display: block;
}
.about-list &gt; li:hover{
    background: #f90;
}
.about-list &gt; li img{
    vertical-align: middle;
    margin-top: -4px;
}
.tender-list{
    list-style-type: square;
    padding: 2em;
    font-size: 16px;
}
.tender-list{
    line-height: 30px;
}
.tender-list a{
    cursor: pointer;
}
.tender-list &gt; li a:hover,
.tender-list &gt; li a:hover span{
    color: #f90;
}
.tender-list &gt; li span{
    color: #949494;
}
.about-nav.fixed{
    position: fixed;
    display: none;
    top: -30px;
    width: 1366px;
    height: 60px;
    z-index: 4;
}
.reg{
    overflow: hidden;
    height: 570px;
    background: url(../img/reg_bg.jpg) no-repeat top center;
}
.reg-content{
    width: 800px;
    margin: 85px auto 0;
}
.reg-head{
    text-align: center;
    padding-bottom: 10px;
}
.reg-log{
    position: relative;
    width: 160px;
    height: 78px;
    font-size: 0;
    z-index: 2;
}
.reg-log img{
    display: block;
    width: 100%;
    height: 100%;
}
.reg-title{
    width: 800px;
    margin-left: -160px;
}
.reg-title &gt; h3{
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #282828;
    line-height: 25px;
    margin-bottom: 10px;
}
.reg-title &gt; p{
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #aeaeae;
}
.reg-form{
    width: 325px;
    margin: 30px auto 0;
}
.form input[type="text"],
.form input[type="password"]{
    display: block;
    width: 100%;
    line-height: inherit;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: transparent;
    outline: none;
    color: #868686;
    padding: 10px;
    height: 38px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.input-group{
    margin-bottom: 25px;
}
.login-form .input-group{
    margin-bottom: 15px;
}
.input-group &gt; .input-label{
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
}
.input-row{
    width: 230px;
    background: #f2f2f2;
    border-radius: 8px;
}
.input-row.sms{
    width: 138px;
}
.input-row &gt; input.reg-input{
    padding-left: 35px;
}
.sms-btn{
    background: #aeaeae;
    line-height: 38px;
    height: 38px;
    width: 82px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}
.sms-btn:hover{
    background: #f60;
}
.input-row &gt; input.user{
    background-image: url(../img/icon_user.png);
}
.input-row &gt; input.password{
    background-image: url(../img/icon_pw.png);
}
.reg-btn{
    width: 230px;
}
.reg-submit,
.reg-cancel{
    width: 110px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none;
    cursor: pointer;
}
.reg-submit.login-submit{
    width: 100%;
    margin-bottom: 15px;
}
.reg-submit{
    background: #f90;
}
.reg-cancel{
    margin-left: 6px;
    background: #5e5e5e;
    color: #d7d7d7;
}
.reg-submit:hover,
.reg-cancel:hover{
    background: #f60;
}
.login-page{
    height: 510px;
    padding-left: 820px;
    padding-top: 100px;
    background: url(../img/login_bg.jpg) no-repeat center;
}
.login-form{
    width: 260px;
    height: 300px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.login-f-head{
    line-height: 63px;
    background: #f90;
    padding-left: 18px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.login-content{
    padding: 15px;
}
.input-row.input-login{
    width: 100%;
}
.other-btn{
    margin-top: 15px;
}
.other-btn &gt; a{
    width: 110px;
    height: 30px;
    background: inherit;
    background-color: #e4e4e4;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 400;
    color: #363636;
    text-align: center;
    line-height: 30px;
}
.back-pwd{
    margin-left: 10px;
}
.other-btn &gt; a:hover{
    background: #f90;
    color: #fff;
}
.scenery-class{
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #868686;
}
.scenery-class li{
    margin-right: 30px;
    cursor: pointer;
}
.scenery-class li.active,
.scenery-class li:hover{
    color: #f90;
}
.text-overflow{
    height: 240px;
    overflow: hidden;
}
.video-top{
    height: 300px;
    padding-top: 30px;
}
.top-cover{
    width: 420px;
    height: 236px;
    margin-right: 20px;
    background: #5e5e5e;
}
.top-info{
    font-size: 14px;
    color: #6b6b6b;
    line-height: 30px;
}
.top-cover &gt; img{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}
.color-import{
    color: #f90;
}
.top-title{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}
.top-btn{
    width: 140px;
    height: 40px;
    background: #f90;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    margin-top: 14px;
}
.video-content{
    background: #e4e4e4;
    padding-bottom: 40px;
}
.video-tab{
    padding: 25px 0;
    line-height: 110%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    color: #868686;
}
.video-tab &gt; li{
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    padding-bottom: 1px;
}
.video-tab &gt; li:hover{
    color: #fff;
}
.video-tab &gt; li.active{
    color: #1b1b1b;
    border-color: #f90;
}
.video-list &gt; li{
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 10px 20px 10px 10px;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.video-img{
    width: 355px;
    height: 200px;
    margin-right: 10px;
    background: #5e5e5e;
}
.video-img &gt; img{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}
.video-li-info{
    color: #6b6b6b;
    line-height: 30px;
}
.video-li-tit{
    font-weight: 400;
    font-size: 20px;
    color: #333;
}
.video-li-tit &gt; .type{
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 60px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
    font-size: 13px;
}
.type.video{
    background: #09f;
}
.type.broadcast{
    background: #f90;
}
.video-list hr{
    margin: 10px 0;
}
.video-publisher{
    line-height: 40px;
    margin-top: 5px;
}
.video-synopsis{
    line-height: 25px;
}
.video-li-footer{
    line-height: 40px;
    padding-top: 5px;
}
.video-footer-btn{
    width: 140px;
    background: #f90;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.video-player{
    background: #1b1b1b;
}
.player-content{
    width: 750px;
    margin: 0 auto;
    padding: 10px 0;
}
.video-title{
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    color: #f2f2f2;
}
.player-row{
    height: 420px;
    background: #fff;
}
.player-count{
    font-size: 14px;
    line-height: 40px;
    color: #bcbcbc;
}
.video-info{
    line-height:26px;
    color: #868686;
}
.video-info hr{
    margin-top: 20px;
}
.publish-info{
    margin: 14px 0;
}
.online-tour iframe{
    width: 100%;
    height: 500px;
}
.strategy-nav{
    padding-top: 30px;
}
.strategy-nav .icon{
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.strategy-nav .icon-img{
    width: 51px;
    height: 51px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.strategy-nav .nav-list{
    margin-right: 45px;
}
.strategy-nav .icon{
    border: 2px solid #fff;
}
.strategy-nav .icon:hover{
    background-color: #fc3;
}
.strategy-nav .icon.active{
    background: #fff;
}
.strategy-nav .nav-list p{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.strategy-nav .icon.food .icon-img{
    background-image: url(../img/u369.png);
}
.strategy-nav .active .icon.food .icon-img{
    background-image: url(../img/u1863.png);
}
.strategy-nav .icon.stay .icon-img{
    background-image: url(../img/u379.png);
}
.strategy-nav .active .icon.stay .icon-img{
    background-image: url(../img/u2070.png);
}
.strategy-nav .icon.traffic .icon-img{
    background-image: url(../img/u389.png);
}
.strategy-nav .active .icon.traffic .icon-img{
    background-image: url(../img/u2287.png);
}
.strategy-nav .icon.tour .icon-img{
    background-image: url(../img/u399.png);
}
.strategy-nav .active .icon.tour .icon-img{
    background-image: url(../img/u2448.png);
}
.strategy-nav .icon.shop .icon-img{
    background-image: url(../img/u409.png);
}
.strategy-nav .active .icon.shop .icon-img{
    background-image: url(../img/u2653.png);
}
.strategy-nav .icon.disport .icon-img{
    background-image: url(../img/u419.png);
}
.strategy-nav .active .icon.disport .icon-img{
    background-image: url(../img/u2858.png);
}
.strategy-nav .icon.cheats .icon-img{
    background-image: url(../img/u1935.png);
}
.strategy-nav .active .icon.cheats .icon-img{
    background-image: url(../img/u3075.png);
}
.strategy-nav .active .icon.food,
.strategy-nav .active .icon.stay,
.strategy-nav .active .icon.traffic,
.strategy-nav .active .icon.tour,
.strategy-nav .active .icon.shop,
.strategy-nav .active .icon.disport,
.strategy-nav .active .icon.cheats{
    background-color: #fff;
}
.main-900.min-height{
    min-height: 1000px;
}
.activities-list{
    margin-bottom: 50px;
}
.activities-list &gt; li{
    padding: 50px 0;
}
.activities-content{
    width: 900px;
    margin: 0 auto;
}
.activities-img{
    width: 400px;
    height: 240px;
    background: #434343;
    font-size: 0;
    margin-right: 50px;
}
.activities-img &gt; img{
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.activities-list &gt; li.even{
    background: #f90;
}
.activities-content .activities-tit{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333;
}
.activities-content .activities-date{
    font-size: 14px;
    color: #868686;
    margin-top: 15px;
    line-height: 20px;
}
.activities-content.detail{
    margin: 40px 0;
}
.activities-date.detail{
    font-size: 16px;
    color: #5e5e5e;
}
.browse-count{
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #868686;
}
.activities-info{	
    height: 240px;
    position: relative;
}
.activities-detail{
    font-size: 0;
}
.activities-detail &gt; p{
    margin: 10px 0;
    font-size: 16px;
    color: #5e5e5e;
}
.activities-detail &gt; img{
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}
.activities-detail .main-title{
    color: #5e5e5e;
    line-height: 70px;
    font-weight: 400;
    margin-top: 10px;
}
.activities-list li.even .activities-tit,
.activities-list li.even .show-info-link{
    color: #fff;
}
.activities-list li.even .activities-date{
    color: #ffc;
}
.activities-list li .show-info-link:hover{
    color: #f90;
}
.activities-list li.even .show-info-link:hover{
    color: #333;
}
.main-title.activiti{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.show-info-link{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.tourist,
.main-990.ques{
    position: relative;
    z-index: 3;
    min-height: 600px;
    background-color: #fff;
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    margin-top: -80px;
    margin-bottom: 50px;
    padding: 30px;
}
.main-990.ques{
    margin-left: 100px;
    padding-left: 100px;
    padding-right: 0;
}
.main-title.ques-title{
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
}
.ques-detail-context{
    line-height: 20px;
    padding: 15px 0;
    font-size: 14px;
}
.ques-detail-info{
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.tourist-nav &gt; li{
    color: #aeaeae;
    padding: 5px;
    margin-right: 70px;
    line-height: 25px;
    color: #363636;
}
.back-white{
    background: #fff;
}
.tourist-nav &gt; li.active{
    color: #363636;
}
.tourist-nav &gt; li .tourist-icon{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.tourist-icon.le{
    background-image: url(../img/le_nov.png);
}
.tourist-icon.le:hover,
.active .tourist-icon.le{
    background-image: url(../img/le_hov.png);
}
.tourist-icon.comp{
    background-image: url(../img/complaint_nov.png);
}
.tourist-icon.comp:hover,
.active .tourist-icon.comp{
    background-image: url(../img/complaint_hov.png);
}
.tourist-icon.ques{
    background-image: url(../img/questionnaire_nov.png);
}
.tourist-icon.ques:hover,
.active .tourist-icon.ques{
    background-image: url(../img/questionnaire_hov.png);
}
.le-tit{
    line-height: 35px;
    font-weight: 400;
    font-size: 20px;
    color: #868686;
}
.tourist-hr{
    margin-bottom: 10px;
}
.le-btn{
    width: 123px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f90;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.le-list li{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.head-row{
    width: 50px;
    height: 50px;
    background: #949494;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 0;
}
.head-row &gt; img{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    background: url(../img/user_head.png) no-repeat center;
}
.le-context{
    padding-left: 65px;
}
.le-user-name{
    font-weight: 400;
    font-size: 16px;
    color: #6B6B6B;
    margin-bottom: 10px;
}
.le-date{
    line-height: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    color: #868686;
}
.le-info{
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #363636;
}
.modal{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,.7);
}
.layout{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 300px;
    margin: 300px auto 0;
    background: #f2f2f2;
    padding: 0 20px;
}
.modal-tit{
    line-height: 42px;
    font-size: 14px;

}
.modal-textarea,
.comp-textarea{
    display: block;
    width: 100%;
    height: 196px;
    font-weight: 400;
    font-size: 13px;
    outline: none;
    resize: none;
    color: #999;
    padding: 5px;
}
.comp-textarea{
    margin: 40px 0 20px;
}
.close-modal{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 31px;
    background: url(../img/close_modal.png) no-repeat;
    cursor: pointer;
}
.modal-btn{
    margin-top: 10px;
    text-align: right;
}
.modal-btn &gt; button{
    width: 80px;
    line-height: 30px;
    background-color: #f90;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 400;
    color: #fff;
    outline: none;
}
.modal-btn button.publish{
    margin-right: 15px;
}
.comp-tit{
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
}
.comp &gt; p{
    font-weight: 400;
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
}
.ques-list &gt; li{
    padding-top: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.ques-tit{
    font-weight: 400;
    font-size: 18px;
    color: #1b1b1b;
    line-height: 100%;
}
.ques-info{
    line-height: 60px;
    font-weight: 400;
    font-size: 13px;
    color: #868686;
}
.ques-info &gt; span{
    padding-right: 40px;
}
.paging-row{
    text-align: center;
    margin: 30px 0;
}
.paging{
    display: inline-block;
}
.paging &gt; span{
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #dcdcdc;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    margin-left: -1px;
    background: #fff;
}
.paging &gt; span:hover{
    background: #eee;
}
.paging &gt; span.current-page{
    cursor: default;
    background: #f8f8f8;
}
.paging .pre-page,
.paging .next-page{
    width: auto;
    padding: 0 10px;
}
.paging .pre-page{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.paging .next-page{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.vote{
    margin-right: 10px;
    border-top: 1px dashed #d7d7d7;
    padding-bottom: 30px;
}
.vote-title{
    font-weight: 400;
    font-size: 14px;
    color: #363636;
    margin: 20px 0;
}
.vote-list{
    font-weight: 400;
    font-size: 14px;
    color: #1b1b1b;
}
.vote-list &gt; li{
    margin-bottom: 10px;
}
.vote-list input{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
}
.vote-count{
    padding-left: 19px;
    margin-top: 10px;
}
.count-view{
    height: 17px;
    background: #f60;
    width: 103px;
    margin-right: 10px;
    max-width: 800px;
}
.view-count{
    line-height: 17px;
    color: #aeaeae;
}
.vote-btn{
    width: 120px;
    height: 35px;
    line-height: 35px;
    background-color: #169bd5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 19px;
}
.score .vote-list{
    padding-left: 20px;
    list-style: decimal;
}
.hidden{
    visibility: hidden;
}
.score-list &gt; li{
    margin-top: 20px;
    line-height: 17px;
}
.breadcrumb {
    padding: .7em .5em;
    margin-bottom: 2rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size:  16px;
    font-weight: 400;
}
.breadcrumb &gt; li {
    color: #f90;
    display: inline-block;
}
.breadcrumb&gt;li+li:before {
    content: "\00bb\00a0";
    padding: 0 8px;
    color: #ccc;
}
.breadcrumb-slash&gt;li+li:before {
    content: "/\00a0";
}
.breadcrumb &gt; li.active{
    color: #999;
}


/*旅游线路页面用到的CSS，请不要删除*/
.tourLineShow td{
	border:1px solid #090;
	line-height:30px;
	padding:5px;}
.tourLineShow td a{text-decoration: none; color:#009; }
/*旅游线路页面CSS结束*/</pre></body></html>